Document --enable-installed-tests option
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2013 18:41:35 +0000 (14:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2013 18:41:35 +0000 (14:41 -0400)
docs/reference/gtk/building.sgml

index 4e44a47ee91cab04f39f7cbbd84dcae3cdba4462..a945982280fcaeb36cb189c83afad622e2e3576b 100644 (file)
@@ -402,6 +402,11 @@ How to compile GTK+ itself
             <arg choice="plain">--enable-gtk2-dependency</arg>
             <arg choice="plain">--disable-gtk2-dependency</arg>
           </group>
+          <sbr/>
+          <group>
+            <arg choice="plain">--enable-installed-tests</arg>
+            <arg choice="plain">--disable-installed-tests</arg>
+          </group>
         </cmdsynopsis>
       </para>
 
@@ -624,6 +629,19 @@ How to compile GTK+ itself
           The default is to build gtk-update-icon-cache.
         </para>
       </formalpara>
+
+      <formalpara>
+        <title><systemitem>--enable-installed-tests</systemitem> or
+           <systemitem>--disable-installed-tests</systemitem></title>
+
+        <para>
+          Whether to install tests on the system. If enabled, tests
+          and their data are installed in <filename>${libexecdir}/gtk+/installed-tests</filename>.
+          Metadata for the tests is installed in <filename>${prefix}/share/installed-tests/gtk+</filename>.
+          To run the installed tests, gnome-desktop-testing-runner
+          can be used.
+        </para>
+      </formalpara>
     </refsect1>
 
 </refentry>